- Unzip the downloaded “temDM_4Diffractor_linux_#.#.zip” file into any folder of your Linux file system. Caution: The '_internal' folder consists of dynamic link, thus cannot be transferred via, fore instance, standard USB sticks.
- Launch the program by double-clicking at “4Diffractor” file. 
- After the first launch, the program creates the “temDM 4Diffractor” folder in the ".config" directory where your personal settings, the current path for opening/storing files and the log file are stored.

- Optional:  Register the app in your Linux Menu.
1. create a file '4Diffractor.desktop' with the following content:
	
Desktop Entry]
Name=4Diffractor
Comment=Treatment of EELS and EDX spectrum-images
Exec=/home/**your_name_folder**/temDM_4Diffractor/4Diffractor
Icon=/home/**your_name_folder**/temDM_4Diffractor/4Diffractor_icon.png
Terminal=false
Type=Application
Categories=Science;Utility;

where you type the actual folder path where you placed the program instead of **your_name_folder**;
3. make it executable - run in terminal: chmod +x ~/.local/share/applications/4Diffractor.desktop;
4. refresh application database - run in terminal: update-desktop-database ~/.local/share/applications/;
5. restart the system.

After that you should find the SpecImager icon in your Apps Menu.
